+Thu Nov 2 14:10:51 2000 Owen Taylor <otaylor@redhat.com>
+
+ * gdk/x11/gdkdnd-x11.c: Fix a bunch of functions that should have
+ been marked static.
+
2000-11-02 Havoc Pennington <hp@redhat.com>
* gtk/testgtk.c (create_labels): had a test backward
+Thu Nov 2 14:10:51 2000 Owen Taylor <otaylor@redhat.com>
+
+ * gdk/x11/gdkdnd-x11.c: Fix a bunch of functions that should have
+ been marked static.
+
2000-11-02 Havoc Pennington <hp@redhat.com>
* gtk/testgtk.c (create_labels): had a test backward
+Thu Nov 2 14:10:51 2000 Owen Taylor <otaylor@redhat.com>
+
+ * gdk/x11/gdkdnd-x11.c: Fix a bunch of functions that should have
+ been marked static.
+
2000-11-02 Havoc Pennington <hp@redhat.com>
* gtk/testgtk.c (create_labels): had a test backward
+Thu Nov 2 14:10:51 2000 Owen Taylor <otaylor@redhat.com>
+
+ * gdk/x11/gdkdnd-x11.c: Fix a bunch of functions that should have
+ been marked static.
+
2000-11-02 Havoc Pennington <hp@redhat.com>
* gtk/testgtk.c (create_labels): had a test backward
+Thu Nov 2 14:10:51 2000 Owen Taylor <otaylor@redhat.com>
+
+ * gdk/x11/gdkdnd-x11.c: Fix a bunch of functions that should have
+ been marked static.
+
2000-11-02 Havoc Pennington <hp@redhat.com>
* gtk/testgtk.c (create_labels): had a test backward
+Thu Nov 2 14:10:51 2000 Owen Taylor <otaylor@redhat.com>
+
+ * gdk/x11/gdkdnd-x11.c: Fix a bunch of functions that should have
+ been marked static.
+
2000-11-02 Havoc Pennington <hp@redhat.com>
* gtk/testgtk.c (create_labels): had a test backward
+Thu Nov 2 14:10:51 2000 Owen Taylor <otaylor@redhat.com>
+
+ * gdk/x11/gdkdnd-x11.c: Fix a bunch of functions that should have
+ been marked static.
+
2000-11-02 Havoc Pennington <hp@redhat.com>
* gtk/testgtk.c (create_labels): had a test backward
/* Target table handling */
-GdkFilterReturn
+static GdkFilterReturn
motif_drag_window_filter (GdkXEvent *xevent,
GdkEvent *event,
gpointer data)
/* Finds the window where global Motif drag information is stored.
* If it doesn't exist and 'create' is TRUE, create one.
*/
-Window
+static Window
motif_find_drag_window (gboolean create)
{
if (!motif_drag_window)
private->motif_targets_set = 1;
}
-guint32
+static guint32
motif_check_dest (Window win)
{
gboolean retval = FALSE;
return GDK_FILTER_TRANSLATE;
}
-GdkFilterReturn
+static GdkFilterReturn
motif_top_level_leave (GdkEvent *event,
guint16 flags,
guint32 timestamp)
return GDK_FILTER_REMOVE;
}
-GdkFilterReturn
+static GdkFilterReturn
motif_motion (GdkEvent *event,
guint16 flags,
guint32 timestamp,
return GDK_FILTER_REMOVE;
}
-GdkFilterReturn
+static GdkFilterReturn
motif_operation_changed (GdkEvent *event,
guint16 flags,
guint32 timestamp)
return GDK_FILTER_REMOVE;
}
-GdkFilterReturn
+static GdkFilterReturn
motif_drop_start (GdkEvent *event,
guint16 flags,
guint32 timestamp,
return GDK_FILTER_TRANSLATE;
}
-GdkFilterReturn
+static GdkFilterReturn
motif_drag_status (GdkEvent *event,
guint16 flags,
guint32 timestamp)
return GDK_FILTER_REMOVE;
}
-GdkFilterReturn
+static GdkFilterReturn
motif_dnd_filter (GdkXEvent *xev,
GdkEvent *event,
gpointer data)
* results:
*************************************************************/
-gint
+static gint
xdnd_send_xevent (Window window, gboolean propagate,
XEvent *event_send)
{